pp108 : getStatus() Method

getStatus() Method


This method returns the last set status message.

Syntax

application.getStatus()

Return Value


Returns a string comprising the status message. Returns an empty string if no status message is available.

Example

function getStatusMessage()
{
var msg = application.getStatus();
}